projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
307a613
d91c9b4
)
Auto merge of #3338 - alexcrichton:correct-vers-flag, r=brson
author
bors
<bors@rust-lang.org>
Fri, 2 Dec 2016 13:23:38 +0000
(13:23 +0000)
committer
bors
<bors@rust-lang.org>
Fri, 2 Dec 2016 13:23:38 +0000
(13:23 +0000)
Require `cargo install --vers` takes a semver version
Historically Cargo accidentally took a semver version *requirement*, so let's
start issuing warnings about how this is now legacy behavior.
Closes #3321
Trivial merge